home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Games / Games'More / C-D / DM_3000 / DM 3000 / card_22061.txt < prev    next >
Encoding:
Text File  |  1988-06-06  |  1.4 KB  |  67 lines

  1. -- card: 22061 from stack: in
  2. -- bmap block id: 22412
  3. -- flags: 4000
  4. -- background id: 2604
  5. -- name: JEANS/STORE
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=345 top=117 right=138 bottom=363
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2730 / 2730
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: S/TO/OUT/JEANS
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 10717
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=190 top=79 right=113 bottom=211
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: GET/JEANS
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   global pocketbook
  43.   global inventory
  44.   if pocketbook >24 then
  45.     subtract 25 from pocketbook
  46.     put ", designer jeans" after inventory
  47.     put "You buy a very loud pair of jeans. They don't fit." into Msg
  48.     wait 3 seconds
  49.     doMenu "Message"
  50.     put inventory into background field "ShowMe"
  51.     put pocketbook into background field "CountMe"
  52.   else
  53.     put "Deposit 25 Credits." into Msg
  54.     wait 3 seconds
  55.     doMenu "Message"
  56.   end if
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part contents for background part 6
  62. ----- text -----
  63. You are carrying: empty multicorder
  64.  
  65. -- part contents for background part 8
  66. ----- text -----
  67. 0